home *** CD-ROM | disk | FTP | other *** search
/ Freelog 114 / FreelogNo114-MarsAvril2013.iso / Systeme / 7Plus Taskbar Tweaker / 7tt_setup.exe / help / nl-NL.chm / css / base.css next >
Cascading Style Sheet File  |  2013-01-25  |  949b  |  74 lines

  1. body {
  2.     background-color: #fff;
  3. }
  4.  
  5. .clear {
  6.     border: 0;
  7.     clear: both;
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. #topic_header, #topic_footer {
  13.     padding: 10px;
  14. }
  15.  
  16. #topic_content  {
  17.     margin: 10px;
  18. }
  19.  
  20. /* Backgrounds */
  21.  
  22. #topic_header {
  23.     background: #fff url(/img/header-bg.png) repeat-x left bottom;
  24.     border-bottom: 1px solid #ccc;
  25.     margin-bottom: 15px;
  26. }
  27.  
  28. #topic_footer{
  29.     background: #fff url(/img/footer-bg.png) repeat-x left top;
  30.     margin-top: 20px;
  31. }
  32.  
  33. /* Topic */
  34.  
  35. #topic_header #topic_header_content {
  36.     float: left;
  37. }
  38.  
  39. #topic_header #topic_header_nav {
  40.     float: right;
  41. }
  42.  
  43. #topic_header #topic_header_nav img {
  44.     margin-left: 5px;
  45. }
  46.  
  47. #topic_header a,
  48. #topic_footer a {
  49.     color: #333;
  50.     text-decoration: none;
  51. }
  52.  
  53. #topic_header a:hover,
  54. #topic_footer a:hover{
  55.     text-decoration: underline;
  56. }
  57.  
  58. #topic_header  h1 {
  59.     color: #333;
  60.     font-size: 18px;
  61. }
  62.  
  63. #topic_footer {
  64.     font-size: 11px;
  65. }
  66.  
  67. #topic_breadcrumb {
  68.     font-size: 11px;
  69.     /*padding: 5px 0 0 0;*/
  70. }
  71.  
  72. #topic_content {
  73.  
  74. }